home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
The Hacks!
/
Transport Independent Speech
/
SpokenSerialApp
/
Toolbox.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-11-16
|
223 b
|
15 lines
|
[
TEXT/CWIE
]
#ifndef __TOOLBOX__
#define __TOOLBOX__
#include <Fonts.h>
#include <Memory.h>
#include <Quickdraw.h>
#include <Windows.h>
#include <Menus.h>
#include <TextEdit.h>
#include <Dialogs.h>
void ToolBoxInit (void);
#endif